Skip to content

Add Rust wc-tool implementation (ccwc)#600

Merged
JohnCrickett merged 1 commit intoCodingChallengesFYI:mainfrom
ihaagrawal:main
Apr 27, 2026
Merged

Add Rust wc-tool implementation (ccwc)#600
JohnCrickett merged 1 commit intoCodingChallengesFYI:mainfrom
ihaagrawal:main

Conversation

@ihaagrawal
Copy link
Copy Markdown
Contributor

Added my Rust implementation of the wc tool.

Supports:

  • -c (bytes)
  • -l (lines)
  • -w (words)
  • -m (characters)
  • Default behavior (lines, words, bytes)

Repo: https://github.com/ihaagrawal/wc-tool-rust

@JohnCrickett JohnCrickett merged commit 2ce54bb into CodingChallengesFYI:main Apr 27, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants